home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / registr / regcmd102.exe / {app} / RegCmd.exe / 0 / RCDATA / TFORMSEARCH / TFORMSEARCH.txt
Text File  |  2002-06-07  |  7KB  |  308 lines

  1. object FormSearch: TFormSearch
  2.   Left = 251
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = '*'
  7.   ClientHeight = 287
  8.   ClientWidth = 250
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Main_Panel: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 250
  26.     Height = 287
  27.     Align = alClient
  28.     BevelInner = bvRaised
  29.     BevelOuter = bvLowered
  30.     TabOrder = 0
  31.     object KeyWord_Label: TLabel
  32.       Left = 12
  33.       Top = 72
  34.       Width = 48
  35.       Height = 13
  36.       Caption = 'KeyWord:'
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clMaroon
  39.       Font.Height = -11
  40.       Font.Name = 'Tahoma'
  41.       Font.Style = []
  42.       ParentFont = False
  43.     end
  44.     object Origin_Label: TLabel
  45.       Left = 12
  46.       Top = 16
  47.       Width = 32
  48.       Height = 13
  49.       Caption = 'Origin:'
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clMaroon
  52.       Font.Height = -11
  53.       Font.Name = 'Tahoma'
  54.       Font.Style = []
  55.       ParentFont = False
  56.     end
  57.     object Size_Label: TLabel
  58.       Left = 12
  59.       Top = 226
  60.       Width = 49
  61.       Height = 13
  62.       Caption = 'Data Size:'
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clMaroon
  65.       Font.Height = -11
  66.       Font.Name = 'Tahoma'
  67.       Font.Style = []
  68.       ParentFont = False
  69.     end
  70.     object Bevel1: TBevel
  71.       Left = 2
  72.       Top = 42
  73.       Width = 248
  74.       Height = 2
  75.     end
  76.     object Bevel2: TBevel
  77.       Left = 2
  78.       Top = 161
  79.       Width = 248
  80.       Height = 2
  81.     end
  82.     object Bevel3: TBevel
  83.       Left = 2
  84.       Top = 250
  85.       Width = 248
  86.       Height = 2
  87.     end
  88.     object Bevel4: TBevel
  89.       Left = 2
  90.       Top = 194
  91.       Width = 248
  92.       Height = 2
  93.     end
  94.     object Search_Btn: TButton
  95.       Left = 16
  96.       Top = 258
  97.       Width = 97
  98.       Height = 21
  99.       Caption = '&Search'
  100.       Default = True
  101.       TabOrder = 14
  102.       OnClick = Search_Cmd
  103.     end
  104.     object Close_Btn: TButton
  105.       Left = 136
  106.       Top = 258
  107.       Width = 97
  108.       Height = 21
  109.       Cancel = True
  110.       Caption = '&Close'
  111.       TabOrder = 15
  112.       OnClick = Close_Cmd
  113.     end
  114.     object KeyWord_Edit: TEdit
  115.       Left = 64
  116.       Top = 68
  117.       Width = 177
  118.       Height = 21
  119.       TabOrder = 2
  120.     end
  121.     object Origin_Combo: TComboBox
  122.       Left = 64
  123.       Top = 12
  124.       Width = 177
  125.       Height = 21
  126.       Style = csDropDownList
  127.       DropDownCount = 12
  128.       ItemHeight = 13
  129.       TabOrder = 0
  130.       Items.Strings = (
  131.         'Current Key Recurse'
  132.         'Current Root Recurse'
  133.         'Entire Registration Database'
  134.         'HKEY_CLASSES_ROOT'
  135.         'HKEY_CURRENT_USER'
  136.         'HKEY_LOCAL_MACHINE'
  137.         'HKEY_USERS'
  138.         'HKEY_PERFORMANCE_DATA'
  139.         'HKEY_CURRENT_CONFIG'
  140.         'HKEY_DYN_DATA')
  141.     end
  142.     object Size_Combo: TComboBox
  143.       Left = 64
  144.       Top = 222
  145.       Width = 51
  146.       Height = 21
  147.       Style = csDropDownList
  148.       ItemHeight = 13
  149.       TabOrder = 12
  150.       Items.Strings = (
  151.         '>'
  152.         '<'
  153.         '='
  154.         '!')
  155.     end
  156.     object Size_Edit: TEdit
  157.       Left = 120
  158.       Top = 222
  159.       Width = 121
  160.       Height = 21
  161.       TabOrder = 13
  162.       Text = '0'
  163.     end
  164.     object MatchCase_Chk: TCheckBox
  165.       Left = 64
  166.       Top = 96
  167.       Width = 86
  168.       Height = 17
  169.       Caption = 'Match Case'
  170.       Font.Charset = DEFAULT_CHARSET
  171.       Font.Color = clMaroon
  172.       Font.Height = -11
  173.       Font.Name = 'Tahoma'
  174.       Font.Style = []
  175.       ParentFont = False
  176.       TabOrder = 3
  177.     end
  178.     object WholeWords_Chk: TCheckBox
  179.       Left = 152
  180.       Top = 96
  181.       Width = 86
  182.       Height = 17
  183.       Caption = 'Whole Words'
  184.       Font.Charset = DEFAULT_CHARSET
  185.       Font.Color = clMaroon
  186.       Font.Height = -11
  187.       Font.Name = 'Tahoma'
  188.       Font.Style = []
  189.       ParentFont = False
  190.       TabOrder = 4
  191.     end
  192.     object DataSize_Chk: TCheckBox
  193.       Left = 64
  194.       Top = 202
  195.       Width = 97
  196.       Height = 17
  197.       Caption = 'Data Size Filter'
  198.       Font.Charset = DEFAULT_CHARSET
  199.       Font.Color = clMaroon
  200.       Font.Height = -11
  201.       Font.Name = 'Tahoma'
  202.       Font.Style = []
  203.       ParentFont = False
  204.       TabOrder = 11
  205.       OnClick = Filter_Change
  206.     end
  207.     object KeyNames_Chk: TCheckBox
  208.       Left = 64
  209.       Top = 112
  210.       Width = 86
  211.       Height = 17
  212.       Caption = 'Key Names'
  213.       Checked = True
  214.       Font.Charset = DEFAULT_CHARSET
  215.       Font.Color = clMaroon
  216.       Font.Height = -11
  217.       Font.Name = 'Tahoma'
  218.       Font.Style = []
  219.       ParentFont = False
  220.       State = cbChecked
  221.       TabOrder = 5
  222.     end
  223.     object ValueNames_Chk: TCheckBox
  224.       Left = 152
  225.       Top = 112
  226.       Width = 86
  227.       Height = 17
  228.       Caption = 'Value Names'
  229.       Checked = True
  230.       Font.Charset = DEFAULT_CHARSET
  231.       Font.Color = clMaroon
  232.       Font.Height = -11
  233.       Font.Name = 'Tahoma'
  234.       Font.Style = []
  235.       ParentFont = False
  236.       State = cbChecked
  237.       TabOrder = 6
  238.     end
  239.     object ValueData_Chk: TCheckBox
  240.       Left = 64
  241.       Top = 136
  242.       Width = 86
  243.       Height = 17
  244.       Caption = 'Value Data:'
  245.       Checked = True
  246.       Font.Charset = DEFAULT_CHARSET
  247.       Font.Color = clMaroon
  248.       Font.Height = -11
  249.       Font.Name = 'Tahoma'
  250.       Font.Style = []
  251.       ParentFont = False
  252.       State = cbChecked
  253.       TabOrder = 7
  254.       OnClick = Filter_Change
  255.     end
  256.     object DataType_Chk: TCheckBox
  257.       Left = 64
  258.       Top = 170
  259.       Width = 105
  260.       Height = 17
  261.       Caption = 'Data Type Filter:'
  262.       Font.Charset = DEFAULT_CHARSET
  263.       Font.Color = clMaroon
  264.       Font.Height = -11
  265.       Font.Name = 'Tahoma'
  266.       Font.Style = []
  267.       ParentFont = False
  268.       TabOrder = 9
  269.       OnClick = Filter_Change
  270.     end
  271.     object DataType2_Btn: TButton
  272.       Left = 176
  273.       Top = 168
  274.       Width = 65
  275.       Height = 21
  276.       Caption = 'Select...'
  277.       TabOrder = 10
  278.       OnClick = DataType2_Cmd
  279.     end
  280.     object DataType1_Btn: TButton
  281.       Left = 176
  282.       Top = 134
  283.       Width = 65
  284.       Height = 21
  285.       Caption = 'Select...'
  286.       TabOrder = 8
  287.       OnClick = DataType1_Cmd
  288.     end
  289.     object KeyWord_Chk: TCheckBox
  290.       Left = 64
  291.       Top = 48
  292.       Width = 97
  293.       Height = 17
  294.       Caption = 'Key Word Filter'
  295.       Checked = True
  296.       Font.Charset = DEFAULT_CHARSET
  297.       Font.Color = clMaroon
  298.       Font.Height = -11
  299.       Font.Name = 'Tahoma'
  300.       Font.Style = []
  301.       ParentFont = False
  302.       State = cbChecked
  303.       TabOrder = 1
  304.       OnClick = Filter_Change
  305.     end
  306.   end
  307. end
  308.